home *** CD-ROM | disk | FTP | other *** search
- #ifndef _PROTO_PATCH_H
- #define _PROTO_PATCH_H
-
- #ifndef __NOLIBBASE__
- extern struct PatchBase *PatchBase;
- #endif
-
- #include <exec/types.h>
- #include <clib/patch_protos.h>
-
- #ifdef __GNUC__
- #include <inline/patch.h>
- #else
- #include <pragma/patch_lib.h>
- #endif
-
- #endif /* _PROTO_PATCH_H */
-